home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 47
/
MINAMI47.ISO
/
Varios
/
Juegos Flash
/
Drum Lessons.exe
/
scripts
/
DefineSprite_31
/
frame_2
/
DoAction.as
Wrap
Text File
|
2003-04-29
|
147b
|
10 lines
if(Estado == "1")
{
Go = (random("3") + "1") * "15";
}
else if(Estado == "2")
{
Go = (random("2") + "4") * "15";
}
gotoAndPlay(Go);